.livecustom {
    max-height: 400px;
    max-width: 400px;
}

.circleText {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-color:black;
    background-color:black;
    color:white;
    padding-left:10px;
    padding-right:10px;
    padding-top:7px;
    padding-bottom:7px;
    font-size:1em;
}

.max100 {
    max-height: 100px;
}

img {
    max-width: 100%;
}

pre code {
  font-size: 15px;
}
